body{
}

#topbar{
	
	min-height:40px;
	background-color:#fff;
}
#topbar .col-md-4{
	
}

#topbar .col-md-4 a{
	
	
}


.logo{
	background-color:#000;
}
.logo img{
	margin-top:8px;
}
.logo  i{
	margin-top:35px;
	border:1px solid #bebebe;
	border-radius:100%;
	padding:13px;
	font-size:17px;
	color:#959595;
}

.logo .col-md-2 p a{
	
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.logo .col-md-2 i:hover{
	
	background-color:#1dbae9;
	color:#FFF;
}







/*navigation*/

#navigation{
	background-color:#2ec5ed;
	min-height:50px;
	border-radius:0;
}



#navigation li a{
	color:#FFF;
	font-weight:bolder;
	
	font-size:15px;
	padding-top:20px;	
}

#navigation .dropdown-menu{
	border-bottom:5px solid #fa631c;
}
#navigation .dropdown-menu a{
	color:#000;
	
}








/*carousel*/
.slide{
	
	
	margin-top:-20px;
	
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}









/* welcome*/

#welcome{
	margin-top:60px;
}

#welcome h2{
	
	color:#2ec5ed;
	font-weight:bold;
	margin-bottom:40px;
}

#welcome p{
	text-align:justify;
	color:#787878;
	font-weight:bold;
	padding-top:20px;
}


#welcome .service{
	text-align:center;
}









/*causes*/


#causes{
	
	background-image: url("../images/slider02.jpg");
    min-height:700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	
}
.progress.style2 {
    
    border-radius: 5px;
	background-color: #2ec5ed;
}
.progress.style2 .progress-bar {
    border: 4px solid #cccccc;
}
.progress .progress-bar {
    border-radius: 5px 0px 0px 5px;
}
.causesimages .progress {
    height: 5px;
}










/* donation*/

.head{
	padding-top:60px;
	padding-bottom:40px;
	
}
.con_01{
	padding:50px 0;
}
.iconbox{
	text-align: center;
	width: 100%;
	
}
.icons{
	background-color:#6d6868;
	width: 120px;
	height: 120px;
	line-height: 100px;
	text-align: center;
	border-radius:  100px 100px 0 100px;
	border:2px solid #2ec5ed;
	display:inline-block;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
.icons span{
	
    
    color: #FFFFFF;
    
    display: block;
    
    font-size: 16px;
    
    margin: 0 auto;
    text-align: center;
    
    position: absolute;
    
    left: 0;
    right: 0;
    padding-top: 23px;
    line-height: 1.6;

}

.iconbox:hover .icons{
	background-color: #2ec5ed;
	border-radius: 0 100px 100px;
}












/*numsS*/





.nums

{
	
	background-image: url("../images/img-header-hp.jpg");
    min-height:370px;
    background-attachment: fixed;
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
	
	
}

.video {
	
	text-align:center;
	padding-top:40px;		
}








/*events*/


.events .container{
	padding-top:70px;
	padding-bottom:60px;
	
}
.events h2{
	text-align:center;
	color:#2ec5ed;
	font-weight:bold;
	margin-bottom:30px;
}

.events p{
	padding-bottom:50px;
	color:#787878;
	font-weight:bold;
	padding-top:30px;
	text-align:center;
}

.events .row {
    margin-right: -15px;
    margin-left: -15px;
}
.events .row .col-md-4{
	
	padding-top:8px
}

.textss{
	border:1px dashed #2ec5ed;
	text-align:center;
	padding-bottom:8px;
}
.column-info {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #1c9ebf;
    font-weight: 200;
}
.btn-style-blue {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    
    color: #ffffff ;
    background: #1c9ebf;
    letter-spacing: 1px;
    border-top: 1px dashed #fff;
    margin-top: 15px;
}

.btn-style-blue:hover {
   
    
    color: #000 ;
    background: #8ad7ea;
    
}












/* volunteer*/




.bg-donation

{
	
	background-image: url("../images/Volunteer-Stock-FET.jpg");
    
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
	
}
.text-con-app {
    padding: 90px 0 90px;
}
.low-back-up {
    position: relative;
    z-index: 1;
}
.lead {
    
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.donation-back {
    background: rgba(255, 255, 255, 0.83) none repeat scroll 0 0;
    padding: 50px;
	text-align:center;
}
.small-do {
    font-size: 25px;
    color: #333333;
    letter-spacing:3px;
	
}
.donation-text {
    font-size:28px;
    text-transform: uppercase;
    color: #2ec5ed;
	
}
.donation-p {
    font-size: 16px;
    color: #5d5d5d;
    padding-top: 20px;
	 padding-bottom: 20px;
	 
}
 
 
 
 
 
 
 
 
 
 /*testimonial*/
 
.carousel-bg {
  background-color:none;
  
 
}
/* quote */
.quote-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 60px;
  width: 80px;
}
/* text-style */
.testimonial-style .testimonial-caption-style {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  color: #354052;
  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 10%;
}
.testimonial-style .testimonial-authors {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  color: #354052;
  line-height: 30px;
  margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 380px;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #354052;
}
.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 2px solid #354052;
  background-color: #354052;
}
 
 
 
 
 
 
 
 
 
 
 
 
 /*partners*/
 
 
 
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    padding-bottom:40px;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 
 
 
 
 
 
 
 
 
 
 /*newsltr*/
 
 .newsletter {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
}
.newsletter .row:before, .row:after {
    content: " ";
    display: table;
}
 .newsletter input:first-of-type {
    margin-left: 15%;
}
.newsletter input {
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #000;
    float: left;
    font-size: 15px;
    height: 45px;
    margin-bottom: 10px;
    padding: 10px 25px;
    text-transform: capitalize;
    
    margin-right: 10px;
    width: 31.50%;
    
    border-radius: 30px;
}
.newsletter button.btn {
    float: left;
    font-size: 15px;
    height: 45px;
    width: 120px;
   
    transition: all 0.4s ease-in-out;
}
 .newsletter .btn{
 background-color: #1c9ebf;
 border: 0 none;
    color: #fff;
	display: inline-block;
	font-weight: 500;
    min-width: 110px;
    padding: 9px 25px;
    text-align: center;
	border-radius: 30px;
    font-family: 'Rubik';
    text-transform: uppercase;
 }
 
 
 
 
 
 


 
 
 
 /*footer*/
 
 
 	
	
#footr{
	background-color:#1f2024;
	min-height:400px;
}	
	
	
	
	
#footr .col-md-3{
	margin-top:100px;
	
}	
	
#footr h3{
	color:#b69a41;
	margin-bottom:40px;
}	
#footr h3:hover{
	color:#19bcdb;
	
}	
#footr .col-md-3 a{
	color:#a6a8ac;
	text-decoration:none;
}		
	
#footr .col-md-3 a:hover{
	color:#b69a41;
	
}	
	
#footr .container{
	border-bottom:1px solid gray;
	
}	
#footr ul{
	margin: 0;
	list-style:none;
	padding-left:0;
}
#footr ul li{
	padding-left:-40px;
	display:inline-block;
}
#footr ul li img{
	width:70px;
	height:60px;
	padding: 3px;
}
#footr ul li img:hover{
	border:2px solid #19bcdb;
}








/*causes*/

.causes{
	margin-top:-20px;
	background-image: url("../images/dngo_1380029063_61.jpg");
    min-height:	410px;  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





/*gauseva content*/
.gauseva h1{
	padding-bottom:10px;
	padding-top:20px;
	font-weight:800;
	
}
.progress{
	height:5px;
	
	
}
.progress-bar-striped{
	
	background-color:#2ec5ed;
}

.figure{
	padding-bottom:40px;
	padding-top:60px;
}
.descriptions h3{
	font-weight:600;
	padding-bottom:15px;
}
.descriptions p{
	word-spacing:2px;
	text-align:justify;
}
.button{
	margin-left:10px;
}
.urgentcause{
	padding-top:160px;
	
}
.urgentcause h3{
	font-weight:600;
	color:#000;
}
.urgentcause span{
	color:#2ec5ed;
	
}
.cause{
	padding-top:20px;
	
}

.cause a{
	text-decoration:none;
	
}
